home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 23 / Amiga Format AFCD23 (Feb 1998, Issue 107).iso / -seriously_amiga- / shareware / graphics / povray3 / povray3_060 / scripts / frameconvert.bat next >
DOS Batch File  |  1997-12-12  |  279b  |  13 lines

  1. .key opt1/a,opt2/a,opt3/a,opt4
  2. .bra {
  3. .ket }
  4.  
  5. ;   opt1 is full output filename from POV (%o)
  6. ;   opt2 is stripped scene name (%s)
  7. ;   opt3 is frame number (%n)
  8.  
  9. povray3:utils/pngtoppm {opt1} >t:{opt2}
  10. povray3:utils/ppmtoilbm -24if t:{opt2} >ram:{opt2}{opt3}.iff
  11. delete t:{opt2}
  12.  
  13.